home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / smtpgate.zip / SMTPGATE.TXT < prev    next >
Text File  |  1993-10-25  |  7KB  |  145 lines

  1. SMTP Gateway for Windows NT
  2. ---------------------------
  3.  
  4. First, the legalese:
  5.  
  6. THE SOFTWARE IS PROVIDED TO YOU "AS IS" WITHOUT WARRANTY OF ANY KIND, 
  7. EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED 
  8. WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.  
  9. YOU ASSUME THE ENTIRE RISK AS TO THE ACCURACY AND THE USE OF THE SOFTWARE.  
  10. MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES WHATSOEVER ARISING OUT OF 
  11. THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF MICROSOFT HAS BEEN
  12. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  13.  
  14. The SMTP Gateway for Windows NT is a Windows NT service which can be used to
  15. transfer mail between a Microsoft Mail postoffice and an SMTP host.  Only one
  16. post office and gateway is required to service all mailboxes of that post
  17. office. Only one post office is needed to provide mail boxes for a network
  18. of connected Microsoft mail clients.
  19.  
  20. The SMTP gateway does not intelligently route mail, instead forwarding all
  21. outgoing messages to a designated router host. It also refuses to accept
  22. incoming mail not destined for mailboxes present on the local post office.
  23.  
  24. Requirements:
  25.  
  26. To use this SMTP Gateway, you must have:
  27. *       An Intel version of the Windows NT operating system.
  28. *       An upgraded or stand-alone Microsoft Mail postoffice.  The gateway
  29.     code WILL NOT work with the default workgroup post office. Microsoft
  30.     part # 068-499-300 can be used to upgrade the post office.
  31. *       The TCP/IP service installed and correctly configured on a Windows NT
  32.     machine that hosts the post office, or can see the post office via a
  33.     network share.
  34. *       A TCP/IP connected host that will generate/accept SMTP connections
  35.     to/from the Windows NT machine containing the gateway
  36.  
  37. Installation:
  38.  
  39. On a network of Windows NT machines with NO POSTOFFICE yet installed:
  40. *       Designate one Windows NT machine as the post office. 
  41. *       Run MAIL (msmail32.exe), and choose to Create a new post office when
  42.     prompted - You will be sharing the WGPO directory among your
  43.     workgroup of Windows NT machines. You may wish to create the post
  44.     office on a separate partition of your hard disk. (In this example,
  45.     we'll be putting the post office on a computer named PISMO on drive
  46.     M). In our example, the post office will be called post1.
  47. *       Share the post office directory among the Windows NT workgroup by 
  48.     using the file manager or the command NET SHARE WGPO=M:\
  49. *       Make sure that the other Windows NT machines can mount the shared
  50.     directory via the file manager or via NET USE M:=\\PISMO\WGPO
  51.     When setting up mail clients on the other Windows NT workstations,
  52.     make sure the Tools Options Server information is set to use the 
  53.     common post office on drive M:
  54. *       Continue with directions below:
  55.  
  56.  
  57. On a network of Windows NT machines already set up with a workgroup post
  58. office:
  59. *       Upgrade the post office to a full stand-alone configuration using
  60.     Microsoft part # 068-499-300 (Mail and Schedule+ Extensions) or
  61.     equivalent.
  62. *       ALL ADMINISTRATION OF THE POST OFFICE ONCE UPGRADED MUST BE DONE
  63.     WITH THE UTILITIES SUPPLIED BY THE UPGRADE PACKAGE. (Note: We have had
  64.     one report that administrative changes to add users and create new
  65.     groups are not visible to clients when the admin utilities are run
  66.     under Windows NT, but are unable to reproduce this bug thus far. If
  67.     you run into this problem and have a DOS machine available on your
  68.     network, you can run the admin utilities from there as a work-around.)
  69. *       Continue with "Install the SMTP gateway software" below.
  70.  
  71. On a network of Windows NT and DOS machines already set up with a full DOS
  72. post office and dedicated DOS machine running Microsoft's SMTP Gateway for
  73. DOS:
  74. *       Remove the DOS gateway using the installation program included in
  75.     your DOS Gateway package.
  76. *       Continue with "Install the SMTP gateway software" below.
  77.  
  78. Install the SMTP gateway software:
  79.  
  80. The SMTP gateway for Windows NT package consists of 6 files:
  81.  
  82. SMTPGATE.TXT  -- ASCII version of this file
  83. SMTPGATE.DOC -- this file
  84. INSTALL.EXE -- the installation program
  85. GATEWAY.EXE -- the gateway service itself
  86. SMTPPUT.EXE -- a utility program called by the gateway
  87. SMTPGET.EXE -- a utility program called by the gateway
  88.  
  89. Copy all of these files into your post office directory (in our example, M:\
  90. on the machine named PISMO), and run INSTALL.EXE with two parameters: the
  91. TCP/IP hostname of the mail post office, and the IP address of the SMTP mail
  92. router host.  For our example, PISMO is the hostname, and the SMTP mail host
  93. IP address is 192.9.0.4.
  94.     INSTALL pismo.microsoft.com 192.9.0.4
  95.  
  96. The installation program will modify several of the existing post office data
  97. files, and call the NT Service Manager to add the gateway to the current
  98. control set.
  99.  
  100. NOTE:
  101. If your Windows NT machine that is running the gateway software is known by
  102. multiple names (such as pismo.microsoft.com AND pismo), add an entry to the
  103. file M:\SMTP\ADDR_MAP.CFG:
  104.  
  105. Windows/post1 pismo.microsoft.com
  106. Windows/post1 pismo <-added entry
  107.  
  108. Lines in this file have the format of
  109. <POST OFFICE NETWORK NAME>/<POST OFFICE NAME> <SPACE><SMTP MAIL NAME>
  110.  
  111.  
  112. *       Start the gateway service using the Services applet in the Control 
  113.     Panel -- select "SMTP Gateway" and click on the "Start" button. You
  114.     can also, at this time, set the gateway to automatically start up at
  115.     boot time through the "Startup..." dialog.
  116.  
  117.     Startup Parameters are also accepted by the gateway through the 
  118.     Services applet. The following parameters are supported:
  119.  
  120.     -Clevel         Logging levels, where level is: i=info, w=warning, 
  121.                             e=error, n=none
  122.     -Fm, -Ff, -Fr   From address extraction: m = SMTP "MAIL FROM" line
  123.                          f = From: header
  124.                          r = Reply-To: header
  125.             (m is the default)
  126.     -Lgroups        Logging groups: c=network courier s=smtp y=system
  127.                     a=address n=none
  128.     -MR             Logging to RECV summary file
  129.     -MS             Logging to SENT summary file
  130.     -Osize          Limit to size of outgoing mail (default=0, which is
  131.                             no limit)
  132.     -Qtime          Timeout before failing when trying to connect to
  133.             router (default=180)
  134.     -RE             Disable encapsulation
  135.     -RR             Generate Rr: header for registered mail
  136.     -T              Retain trace headers on incoming mail
  137.     -U              Disable automatic uudecode
  138.     -Wtime          Seconds between polling for outbound messages 
  139.             (default=300)
  140.  
  141. *       Logging information can be found in the LOG directory under the post
  142.     office main directory.
  143.  
  144.  
  145.